home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / life / shared.dir / 00511_Pause2Seconds.ls < prev    next >
Encoding:
Text File  |  1995-01-16  |  157 b   |  11 lines

  1. on exitFrame
  2.   if checkDialogs() then
  3.   else
  4.     navButtonClicked()
  5.     hotSpotClicked()
  6.   end if
  7.   if not framePause(2) then
  8.     go(the frame)
  9.   end if
  10. end
  11.